const internal/runtime/maps.bitsetMSB
6 uses
internal/runtime/maps (current package)
group.go#L26: bitsetMSB = 0x8080808080808080
group.go#L170: return bitset(((v - bitsetLSB) &^ v) & bitsetMSB)
group.go#L190: return bitset((v &^ (v << 6)) & bitsetMSB)
group.go#L210: return bitset(v & bitsetMSB)
group.go#L221: return (^g)&bitsetMSB != 0
group.go#L235: return bitset(^v & bitsetMSB)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |